]>
Commit | Line | Data |
---|---|---|
7407ac7f BB |
1 | // !$*UTF8*$! |
2 | { | |
3 | archiveVersion = 1; | |
4 | classes = { | |
5 | }; | |
6 | objectVersion = 46; | |
7 | objects = { | |
8 | ||
9 | /* Begin PBXBuildFile section */ | |
10 | 8E9D78F817BA646F00C76DC9 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E9D78F617BA646F00C76DC9 /* main.c */; }; | |
11 | 8E9D792617BA690700C76DC9 /* SDL2_image.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E9D792117BA690700C76DC9 /* SDL2_image.framework */; }; | |
12 | 8E9D792717BA690700C76DC9 /* SDL2_mixer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E9D792217BA690700C76DC9 /* SDL2_mixer.framework */; }; | |
13 | 8E9D792817BA690700C76DC9 /* SDL2_net.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E9D792317BA690700C76DC9 /* SDL2_net.framework */; }; | |
14 | 8E9D792917BA690700C76DC9 /* SDL2_ttf.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E9D792417BA690700C76DC9 /* SDL2_ttf.framework */; }; | |
15 | 8E9D792A17BA690700C76DC9 /* SDL2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E9D792517BA690700C76DC9 /* SDL2.framework */; }; | |
16 | /* End PBXBuildFile section */ | |
17 | ||
18 | /* Begin PBXCopyFilesBuildPhase section */ | |
19 | 8E9D78E717BA63F400C76DC9 /* CopyFiles */ = { | |
20 | isa = PBXCopyFilesBuildPhase; | |
21 | buildActionMask = 2147483647; | |
22 | dstPath = /usr/share/man/man1/; | |
23 | dstSubfolderSpec = 0; | |
24 | files = ( | |
25 | ); | |
26 | runOnlyForDeploymentPostprocessing = 1; | |
27 | }; | |
28 | /* End PBXCopyFilesBuildPhase section */ | |
29 | ||
30 | /* Begin PBXFileReference section */ | |
31 | 8E9D78E917BA63F400C76DC9 /* Super Polarity */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "Super Polarity"; sourceTree = BUILT_PRODUCTS_DIR; }; | |
32 | 8E9D78F617BA646F00C76DC9 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; }; | |
33 | 8E9D78F717BA646F00C76DC9 /* Super_Polarity.1 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.man; path = Super_Polarity.1; sourceTree = "<group>"; }; | |
34 | 8E9D792117BA690700C76DC9 /* SDL2_image.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL2_image.framework; path = vendor/frameworks/SDL2_image.framework; sourceTree = "<group>"; }; | |
35 | 8E9D792217BA690700C76DC9 /* SDL2_mixer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL2_mixer.framework; path = vendor/frameworks/SDL2_mixer.framework; sourceTree = "<group>"; }; | |
36 | 8E9D792317BA690700C76DC9 /* SDL2_net.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL2_net.framework; path = vendor/frameworks/SDL2_net.framework; sourceTree = "<group>"; }; | |
37 | 8E9D792417BA690700C76DC9 /* SDL2_ttf.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL2_ttf.framework; path = vendor/frameworks/SDL2_ttf.framework; sourceTree = "<group>"; }; | |
38 | 8E9D792517BA690700C76DC9 /* SDL2.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL2.framework; path = vendor/frameworks/SDL2.framework; sourceTree = "<group>"; }; | |
39 | /* End PBXFileReference section */ | |
40 | ||
41 | /* Begin PBXFrameworksBuildPhase section */ | |
42 | 8E9D78E617BA63F400C76DC9 /* Frameworks */ = { | |
43 | isa = PBXFrameworksBuildPhase; | |
44 | buildActionMask = 2147483647; | |
45 | files = ( | |
46 | 8E9D792617BA690700C76DC9 /* SDL2_image.framework in Frameworks */, | |
47 | 8E9D792717BA690700C76DC9 /* SDL2_mixer.framework in Frameworks */, | |
48 | 8E9D792817BA690700C76DC9 /* SDL2_net.framework in Frameworks */, | |
49 | 8E9D792917BA690700C76DC9 /* SDL2_ttf.framework in Frameworks */, | |
50 | 8E9D792A17BA690700C76DC9 /* SDL2.framework in Frameworks */, | |
51 | ); | |
52 | runOnlyForDeploymentPostprocessing = 0; | |
53 | }; | |
54 | /* End PBXFrameworksBuildPhase section */ | |
55 | ||
56 | /* Begin PBXGroup section */ | |
57 | 8E9D78E017BA63F400C76DC9 = { | |
58 | isa = PBXGroup; | |
59 | children = ( | |
60 | 8E9D792117BA690700C76DC9 /* SDL2_image.framework */, | |
61 | 8E9D792217BA690700C76DC9 /* SDL2_mixer.framework */, | |
62 | 8E9D792317BA690700C76DC9 /* SDL2_net.framework */, | |
63 | 8E9D792417BA690700C76DC9 /* SDL2_ttf.framework */, | |
64 | 8E9D792517BA690700C76DC9 /* SDL2.framework */, | |
65 | 8E9D78F517BA646F00C76DC9 /* src */, | |
66 | 8E9D78EA17BA63F400C76DC9 /* Products */, | |
67 | ); | |
68 | sourceTree = "<group>"; | |
69 | }; | |
70 | 8E9D78EA17BA63F400C76DC9 /* Products */ = { | |
71 | isa = PBXGroup; | |
72 | children = ( | |
73 | 8E9D78E917BA63F400C76DC9 /* Super Polarity */, | |
74 | ); | |
75 | name = Products; | |
76 | sourceTree = "<group>"; | |
77 | }; | |
78 | 8E9D78F517BA646F00C76DC9 /* src */ = { | |
79 | isa = PBXGroup; | |
80 | children = ( | |
81 | 8E9D78F617BA646F00C76DC9 /* main.c */, | |
82 | 8E9D78F717BA646F00C76DC9 /* Super_Polarity.1 */, | |
83 | ); | |
84 | path = src; | |
85 | sourceTree = "<group>"; | |
86 | }; | |
87 | /* End PBXGroup section */ | |
88 | ||
89 | /* Begin PBXNativeTarget section */ | |
90 | 8E9D78E817BA63F400C76DC9 /* Super Polarity */ = { | |
91 | isa = PBXNativeTarget; | |
92 | buildConfigurationList = 8E9D78F217BA63F400C76DC9 /* Build configuration list for PBXNativeTarget "Super Polarity" */; | |
93 | buildPhases = ( | |
94 | 8E9D78E517BA63F400C76DC9 /* Sources */, | |
95 | 8E9D78E617BA63F400C76DC9 /* Frameworks */, | |
96 | 8E9D78E717BA63F400C76DC9 /* CopyFiles */, | |
97 | ); | |
98 | buildRules = ( | |
99 | ); | |
100 | dependencies = ( | |
101 | ); | |
102 | name = "Super Polarity"; | |
103 | productName = "Super Polarity"; | |
104 | productReference = 8E9D78E917BA63F400C76DC9 /* Super Polarity */; | |
105 | productType = "com.apple.product-type.tool"; | |
106 | }; | |
107 | /* End PBXNativeTarget section */ | |
108 | ||
109 | /* Begin PBXProject section */ | |
110 | 8E9D78E117BA63F400C76DC9 /* Project object */ = { | |
111 | isa = PBXProject; | |
112 | attributes = { | |
113 | LastUpgradeCheck = 0460; | |
114 | ORGANIZATIONNAME = Abuguet; | |
115 | }; | |
116 | buildConfigurationList = 8E9D78E417BA63F400C76DC9 /* Build configuration list for PBXProject "Super Polarity" */; | |
117 | compatibilityVersion = "Xcode 3.2"; | |
118 | developmentRegion = English; | |
119 | hasScannedForEncodings = 0; | |
120 | knownRegions = ( | |
121 | en, | |
122 | ); | |
123 | mainGroup = 8E9D78E017BA63F400C76DC9; | |
124 | productRefGroup = 8E9D78EA17BA63F400C76DC9 /* Products */; | |
125 | projectDirPath = ""; | |
126 | projectRoot = ""; | |
127 | targets = ( | |
128 | 8E9D78E817BA63F400C76DC9 /* Super Polarity */, | |
129 | ); | |
130 | }; | |
131 | /* End PBXProject section */ | |
132 | ||
133 | /* Begin PBXSourcesBuildPhase section */ | |
134 | 8E9D78E517BA63F400C76DC9 /* Sources */ = { | |
135 | isa = PBXSourcesBuildPhase; | |
136 | buildActionMask = 2147483647; | |
137 | files = ( | |
138 | 8E9D78F817BA646F00C76DC9 /* main.c in Sources */, | |
139 | ); | |
140 | runOnlyForDeploymentPostprocessing = 0; | |
141 | }; | |
142 | /* End PBXSourcesBuildPhase section */ | |
143 | ||
144 | /* Begin XCBuildConfiguration section */ | |
145 | 8E9D78F017BA63F400C76DC9 /* Debug */ = { | |
146 | isa = XCBuildConfiguration; | |
147 | buildSettings = { | |
148 | ALWAYS_SEARCH_USER_PATHS = NO; | |
149 | ARCHS = "$(ARCHS_STANDARD_64_BIT)"; | |
150 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | |
151 | CLANG_CXX_LIBRARY = "libc++"; | |
152 | CLANG_ENABLE_OBJC_ARC = YES; | |
153 | CLANG_WARN_CONSTANT_CONVERSION = YES; | |
154 | CLANG_WARN_EMPTY_BODY = YES; | |
155 | CLANG_WARN_ENUM_CONVERSION = YES; | |
156 | CLANG_WARN_INT_CONVERSION = YES; | |
157 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |
158 | COPY_PHASE_STRIP = NO; | |
159 | GCC_C_LANGUAGE_STANDARD = gnu99; | |
160 | GCC_DYNAMIC_NO_PIC = NO; | |
161 | GCC_ENABLE_OBJC_EXCEPTIONS = YES; | |
162 | GCC_OPTIMIZATION_LEVEL = 0; | |
163 | GCC_PREPROCESSOR_DEFINITIONS = ( | |
164 | "DEBUG=1", | |
165 | "$(inherited)", | |
166 | ); | |
167 | GCC_SYMBOLS_PRIVATE_EXTERN = NO; | |
168 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | |
169 | GCC_WARN_ABOUT_RETURN_TYPE = YES; | |
170 | GCC_WARN_UNINITIALIZED_AUTOS = YES; | |
171 | GCC_WARN_UNUSED_VARIABLE = YES; | |
172 | MACOSX_DEPLOYMENT_TARGET = 10.7; | |
173 | ONLY_ACTIVE_ARCH = YES; | |
174 | SDKROOT = macosx; | |
175 | }; | |
176 | name = Debug; | |
177 | }; | |
178 | 8E9D78F117BA63F400C76DC9 /* Release */ = { | |
179 | isa = XCBuildConfiguration; | |
180 | buildSettings = { | |
181 | ALWAYS_SEARCH_USER_PATHS = NO; | |
182 | ARCHS = "$(ARCHS_STANDARD_64_BIT)"; | |
183 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | |
184 | CLANG_CXX_LIBRARY = "libc++"; | |
185 | CLANG_ENABLE_OBJC_ARC = YES; | |
186 | CLANG_WARN_CONSTANT_CONVERSION = YES; | |
187 | CLANG_WARN_EMPTY_BODY = YES; | |
188 | CLANG_WARN_ENUM_CONVERSION = YES; | |
189 | CLANG_WARN_INT_CONVERSION = YES; | |
190 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | |
191 | COPY_PHASE_STRIP = YES; | |
192 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | |
193 | GCC_C_LANGUAGE_STANDARD = gnu99; | |
194 | GCC_ENABLE_OBJC_EXCEPTIONS = YES; | |
195 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | |
196 | GCC_WARN_ABOUT_RETURN_TYPE = YES; | |
197 | GCC_WARN_UNINITIALIZED_AUTOS = YES; | |
198 | GCC_WARN_UNUSED_VARIABLE = YES; | |
199 | MACOSX_DEPLOYMENT_TARGET = 10.7; | |
200 | SDKROOT = macosx; | |
201 | }; | |
202 | name = Release; | |
203 | }; | |
204 | 8E9D78F317BA63F400C76DC9 /* Debug */ = { | |
205 | isa = XCBuildConfiguration; | |
206 | buildSettings = { | |
207 | FRAMEWORK_SEARCH_PATHS = ( | |
208 | "$(inherited)", | |
209 | "\"$(SRCROOT)/vendor/frameworks\"", | |
210 | ); | |
211 | PRODUCT_NAME = "$(TARGET_NAME)"; | |
212 | }; | |
213 | name = Debug; | |
214 | }; | |
215 | 8E9D78F417BA63F400C76DC9 /* Release */ = { | |
216 | isa = XCBuildConfiguration; | |
217 | buildSettings = { | |
218 | FRAMEWORK_SEARCH_PATHS = ( | |
219 | "$(inherited)", | |
220 | "\"$(SRCROOT)/vendor/frameworks\"", | |
221 | ); | |
222 | PRODUCT_NAME = "$(TARGET_NAME)"; | |
223 | }; | |
224 | name = Release; | |
225 | }; | |
226 | /* End XCBuildConfiguration section */ | |
227 | ||
228 | /* Begin XCConfigurationList section */ | |
229 | 8E9D78E417BA63F400C76DC9 /* Build configuration list for PBXProject "Super Polarity" */ = { | |
230 | isa = XCConfigurationList; | |
231 | buildConfigurations = ( | |
232 | 8E9D78F017BA63F400C76DC9 /* Debug */, | |
233 | 8E9D78F117BA63F400C76DC9 /* Release */, | |
234 | ); | |
235 | defaultConfigurationIsVisible = 0; | |
236 | defaultConfigurationName = Release; | |
237 | }; | |
238 | 8E9D78F217BA63F400C76DC9 /* Build configuration list for PBXNativeTarget "Super Polarity" */ = { | |
239 | isa = XCConfigurationList; | |
240 | buildConfigurations = ( | |
241 | 8E9D78F317BA63F400C76DC9 /* Debug */, | |
242 | 8E9D78F417BA63F400C76DC9 /* Release */, | |
243 | ); | |
244 | defaultConfigurationIsVisible = 0; | |
245 | defaultConfigurationName = Release; | |
246 | }; | |
247 | /* End XCConfigurationList section */ | |
248 | }; | |
249 | rootObject = 8E9D78E117BA63F400C76DC9 /* Project object */; | |
250 | } |